Let's make the blocks appear less often.
The line that reads stage.event_interval(interval,·2)¶ is the event listener. It tells the stage to run the interval event every 2 seconds. The number controls how often the event runs.
- Change how often the interval runs to 5 seconds.
To navigate the page using the TAB key, first press ESC to exit the code editor.